Conversation
This is aimed to make it quicker to get started, by giving you a template you can copy with all the relevant fields.
veroje
left a comment
There was a problem hiding this comment.
Great stuff, Frankie. Maybe add some other elements like lists and a table?
app/guide/a-sample-template.md
Outdated
| title: This is the title of the post | ||
| date: 2025-12-01 | ||
| description: This description will appear on index pages. | ||
| tags: | ||
| - add | ||
| - tags | ||
| - to help group | ||
| - related posts | ||
| author: | ||
| - Your Name (optional) | ||
| - Another Name | ||
| opengraphImage: | ||
| src: /your-service/2025/12/post-title/image-name.png | ||
| alt: Alternative text for the lead image (appears when sharing) |
There was a problem hiding this comment.
Should probably say which of these are optional or not
There was a problem hiding this comment.
I think technically everything is optional apart from title and date. Wasn't sure how best to make this clear though. Perhaps rather than adding (optional) it's better to have a line above the template saying something like:
All metadata is optional except for the title and date. Delete any lines you do not need.
There was a problem hiding this comment.
@edwardhorsford Updated in b9a0ffd - look ok?
Co-authored-by: Ed Horsford <mail@edwardhorsford.com>
|
Looks good. Can you include a markdown example for a figure with image and figcaption? |
@roobottom ah - @veroje suggested the same thing in #430 (comment). I've added it in a89ff96 |
veroje
left a comment
There was a problem hiding this comment.
Nice one, Frankie, thanks for making this page!
This is aimed to make it quicker to get started, by giving you a template you can copy with all the relevant fields.
There is a 'Copy code' button to help you quickly copy it into a code editor.